Welcome![Sign In][Sign Up]
Location:
Search - Turtle Graphics

Search list

[GDI-Bitmapuseful1

Description: 图形加速引擎1.3版,VGA/SVGA图形加速库 UNICORN 图形开发 TC 源代码库 TURTLE 图形开发命令系统 TC 源代码-graphics acceleration engine version 1.3, VGA / SVGA graphics acceleration for UNICORN graphical development TC source code for orders TURTLE graphical development system source code TC
Platform: | Size: 306636 | Author: jason | Hits:

[GDI-Bitmapuseful1

Description: 图形加速引擎1.3版,VGA/SVGA图形加速库 UNICORN 图形开发 TC 源代码库 TURTLE 图形开发命令系统 TC 源代码-graphics acceleration engine version 1.3, VGA/SVGA graphics acceleration for UNICORN graphical development TC source code for orders TURTLE graphical development system source code TC
Platform: | Size: 306176 | Author: jason | Hits:

[Other Riddle games105fen

Description: C语言编写的logo海龟画图程序,可以画出各种复杂的图形-C language logo turtle drawing program, you can draw all kinds of complex graphics
Platform: | Size: 6144 | Author: ly | Hits:

[Graph DrawingTurtle

Description: 海龟绘图(能够根据拥护输入的命令进行绘制不同的图形)-Turtle graphics (can be imported under the support order rendering different graphics)
Platform: | Size: 11264 | Author: 志群 | Hits:

[Windows Developguitu

Description: 龟图 模拟乌龟在程序控制下在房间里行走 乌龟拿着一支笔只有两种状态 上或者下 当笔在下的状态时乌龟随着自己的移动画出图形 而向上时 不画-Map turtle turtle in the control simulation under the turtle walking in the room with a pen, only two states, or under the pen when the next state with the turtle to draw their own graphics and upward mobility are not painted
Platform: | Size: 201728 | Author: 胡天若 | Hits:

[Delphi VCLturtleGraaphics

Description: Turtle Graphics proyect, it includes several operations like distinct type of fractals (Pythagoras Tree, snowflake, kooch curves), also the implementation of child turtles that work in paralel.
Platform: | Size: 401408 | Author: Jazzer | Hits:

[Data structsTurtle

Description: 数据结构课程设计-乌龟作图。可用上下左右的方向键控制作图-Data Structure Course Design- turtle graphics. Available keyed up and down about the direction of the plan-making
Platform: | Size: 53248 | Author: 谢默 | Hits:

[2D Graphiclab7(turtle-graphics)

Description: 2D code of turtle graphics
Platform: | Size: 529408 | Author: Maliha | Hits:

[Graph DrawingLogos

Description: Logo海龟绘图语言仿真,给小孩子编程画图用的-Logo turtle graphics language simulation, drawing with kids programming
Platform: | Size: 301056 | Author: 左宁军 | Hits:

[JSP/JavaPA8

Description: For this assignment, you will modify and extend your PA1 CS11Turtle programming assignment. You will create multiple turtles (in separate threads) to draw the letters and numbers in parallel. A primer on Java threading can be found here: http://www.javaworld.com/javaworld/jw-06- 2012/120626-modern-threading.html Copy your pa1 single-threaded turtle graphics program to your new pa8 directory. First, you will change the class CS11Turtle to CS11Turtle_Threaded. You will have to change the filename (you just did this with the cp above), class name, constructor name, and all the other places CS11Turtle shows up in your program. You will add (implement) the Runnable interface to your class. Files to be collected: ?README ?turtleClasses.jar ?CS11Turtle_Threaded.java
Platform: | Size: 40960 | Author: Nopers | Hits:

[Othercaculator

Description: 龟图,一只乌龟在地上画图,用C++程序实现的涉及到面向对象的设计理念-Turtle graphics, a turtle to draw on the ground with the C++ program related to object-oriented design concepts
Platform: | Size: 1858560 | Author: 周雄 | Hits:

[Special Effects7634253654

Description: LOGO海龟画图,易语言写的图形图象编程,很好的参考。-LOGO turtle drawing, easy graphics programming language to write, a good reference.
Platform: | Size: 78848 | Author: 桂花翅子 | Hits:

[2D GraphicSITE-PLANNING

Description: This program aims at graphically Developing site plans for a given site dimension and the number of floors and the number of rooms present in each floor using TURTLE GRAPHICS in python. The input is read from file.And the details of each floor and its partions are stored in a multi-level dictionary.And Based on the Given dimensions for each of the partiotion, the turtle Draws them and also provides their dimensions along side for clarity.-This program aims at graphically Developing site plans for a given site dimension and the number of floors and the number of rooms present in each floor using TURTLE GRAPHICS in python. The input is read from file.And the details of each floor and its partions are stored in a multi-level dictionary.And Based on the Given dimensions for each of the partiotion, the turtle Draws them and also provides their dimensions along side for clarity.
Platform: | Size: 4096 | Author: Geetha | Hits:

[Game Program105fen

Description: C语言编写的logo海龟画图程序,可以画出各种复杂的图形-C language logo turtle drawing program, you can draw all kinds of complex graphics
Platform: | Size: 6144 | Author: rcenta | Hits:

[Otherteknos1

Description: Turtle graphics demo for Python 3.
Platform: | Size: 1024 | Author: 18volts | Hits:

[Otherturtle库绘图应用

Description: turtle库是非常适合初学者使用的简单图形绘制模块,本程序利用turtle库绘图帮助大家掌握turtle库使用(Turtle library is very suitable for beginners to use simple graphics rendering module. This program uses turtle library drawing to help you master the use of turtle library.)
Platform: | Size: 1024 | Author: zhangyixu | Hits:

[DocumentsPython极客项目编程

Description: 《Python极客项目编程》里面讲解了一些很好玩的项目。 利用参数方程和turtle模块生成万花尺图案; ● 通过模拟频率泛音在计算机上创作音乐; ● 将图形图像转换为ASCII文本图形; ● 编写一个三维立体画程序,生成隐藏在随机图案下的3D图像; ● 通过探索粒子系统、透明度和广告牌技术,利用OpenGL着色器制作逼真的动画; ● 利用来自CT和MRI扫描的数据实现3D可视化; ● 将计算机连接到Arduino编程,创建响应音乐的激光秀。(Python Geek Programming explains some interesting projects. Using parametric equation and turtle module to generate a kaleidoscope pattern; Create music on computer by analog frequency overtone. Converting graphics and images to ASCII text graphics; Write a three-dimensional drawing program to generate 3D images hidden in random patterns. Through exploring particle system, transparency and billboard technology, using OpenGL shader to produce realistic animation; 3-D visualization using data from CT and MRI scans; Connect the computer to Arduino programming to create a laser show that responds to music)
Platform: | Size: 6423552 | Author: sc117 | Hits:

CodeBus www.codebus.net